From c29237900c9537beffb7147971ef949650918718 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 24 Oct 2008 18:25:43 +0000 Subject: [PATCH] Added a note about GtkWidget:has-tooltip in the docs for * gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in the docs for GtkWidget::query-tooltip. svn path=/trunk/; revision=21712 --- ChangeLog | 5 +++++ gtk/gtkwidget.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f24aa1e6c..235d5ed13d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-24 Tristan Van Berkom + + * gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in + the docs for GtkWidget::query-tooltip. + 2008-10-24 Matthias Clasen * gtk/gtkmountoperation.c: The "screen" property ought to have diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 1905c41734..df3e73ec2f 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -2071,8 +2071,8 @@ gtk_widget_class_init (GtkWidgetClass *klass) * @keyboard_mode: %TRUE if the tooltip was trigged using the keyboard * @tooltip: a #GtkTooltip * - * Emitted when the #GtkSettings:gtk-tooltip-timeout has expired with - * the cursor hovering "above" @widget; or emitted when @widget got + * Emitted when #GtkWidget:has-tooltip is %TRUE and the #GtkSettings:gtk-tooltip-timeout + * has expired with the cursor hovering "above" @widget; or emitted when @widget got * focus in keyboard mode. * * Using the given coordinates, the signal handler should determine -- 2.30.2